home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 85 / CDMM85_1.ISO / Paintball Q3 / vermel.pk3 / scripts / v3.shader next >
Encoding:
Text File  |  2001-04-01  |  2.0 KB  |  122 lines

  1. //V3rm3lX's Paintball Shader
  2.  
  3.  
  4. textures/v3/nodraw
  5. {
  6.     surfaceparm nodraw
  7.     surfaceparm nonsolid
  8.     surfaceparm trans
  9.     surfaceparm nomarks
  10. }
  11.  
  12.  
  13. textures/v3/leaf
  14. {
  15.     cull disable
  16.     surfaceparm alphashadow
  17. //  deformVertexes autoSprite
  18.     surfaceparm trans    
  19.         {
  20.         map textures/v3/leaf.tga
  21.         alphaFunc GE128
  22.     depthWrite
  23.     rgbGen vertex
  24.         }
  25.         {
  26.     map $lightmap
  27.     rgbGen identity
  28.     blendFunc filter
  29.     depthFunc equal
  30.     }
  31.  
  32. }
  33.  
  34.  
  35. textures/v3/turd
  36. {
  37.     cull disable
  38.     surfaceparm alphashadow
  39. //  deformVertexes autoSprite
  40.     surfaceparm trans    
  41.         {
  42.         map textures/v3/turd.tga
  43.         alphaFunc GE128
  44.     depthWrite
  45.     rgbGen vertex
  46.         }
  47.         {
  48.     map $lightmap
  49.     rgbGen identity
  50.     blendFunc filter
  51.     depthFunc equal
  52.     }
  53.  
  54. }
  55.  
  56.  
  57. textures/v3/origin
  58. {
  59.     qer_nocarve
  60.     surfaceparm nodraw
  61.     surfaceparm nonsolid
  62.     surfaceparm origin
  63. }
  64.  
  65.  
  66. textures/v3/metrosky
  67. {
  68.     qer_editorimage textures/v3/metrosky.tga
  69.     surfaceparm noimpact
  70.     surfaceparm nolightmap
  71.     q3map_globaltexture
  72.     q3map_lightsubdivide 512
  73.     q3map_surfacelight 60
  74.     surfaceparm sky
  75.     skyparms env/- 512 -
  76.         {
  77.         map textures/v3/metrosky.tga
  78.         tcMod scroll 0.02 0.00
  79.         tcMod scale 5 6
  80.         }
  81.       {
  82.       map textures/v3/metrosky.tga
  83.       blendFunc blend
  84.       tcMod scroll 0.00 0.02
  85.       tcMod scale 8 8
  86.       }
  87. }
  88.  
  89.  
  90. textures/v3/fog_white
  91. {
  92. qer_editorimage textures/v3/fog_grey.tga
  93. surfaceparm    trans
  94. surfaceparm    nonsolid
  95. surfaceparm    fog
  96. surfaceparm    nolightmap
  97. fogparms ( .6 .6 .6 ) 1000
  98. }
  99.  
  100.  
  101. textures/v3/sky2
  102. {
  103.     qer_editorimage textures/v3/sky2.tga
  104.     surfaceparm noimpact
  105.     surfaceparm nolightmap
  106.     q3map_globaltexture
  107.     q3map_lightsubdivide 512
  108.     q3map_surfacelight 150
  109.     surfaceparm sky
  110.     skyparms env/- 1024 -
  111.     {
  112.     map textures/v3/bluesky.tga
  113.     tcMod scroll 0.01 0.02
  114.     tcMod scale 8 8
  115.     }
  116.     {
  117.     map textures/v3/sky2.tga
  118.     blendFunc Blend
  119.     tcMod scroll 0.03 0.01
  120.     tcMod scale 4 3
  121.     }
  122. }